From: Markus Rost Date: Fri, 26 Jul 2002 02:10:56 +0000 (+0000) Subject: (ediff-window-setup-function): Extend type declaration. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~31360 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=4bc438e2f36cf041293b7627ff56b9bedcdc0cd6;p=emacs.git (ediff-window-setup-function): Extend type declaration. --- diff --git a/lisp/ediff-wind.el b/lisp/ediff-wind.el index 8d8334705d2..ae65b1d6f51 100644 --- a/lisp/ediff-wind.el +++ b/lisp/ediff-wind.el @@ -94,7 +94,9 @@ The basic guidelines: Buffer C may not be used in jobs that compare only two buffers. If you plan to do something fancy, take a close look at how the two provided functions are written." - :type 'function + :type '(choice (const :tag "Multi Frame" ediff-setup-windows-multiframe) + (const :tag "Single Frame" ediff-setup-windows-plain) + (function :tag "Other function")) :group 'ediff-window) ;; indicates if we are in a multiframe setup